home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / dropfile / readme.txt < prev   
Text File  |  1996-04-08  |  2KB  |  53 lines

  1. TDropFile Component for Delphi v1.0
  2. ===================================
  3. John Tait-Doak « 1995
  4.  
  5.  
  6. TDropFile is a component for Delphi which supports file 
  7. drag-and-drop operations on a form. Details of its properties, 
  8. events and sample usage can be found in the DROPFILE.WRI file.
  9.  
  10. Release Conditions
  11. ------------------
  12. TDropFile is released in its current (first) version as freeware -
  13. no nag boxes or feature reduction has been implemented. If you find
  14. it useful, please send a postcard to my children (Ian - 13 and
  15. Claire - 11) showing where you live - the address is 
  16.  
  17.     Ian and Claire Tait-Doak,
  18.     35 Leopardstown Drive,
  19.     Blackrock,
  20.     Co. Dublin,
  21.     IRELAND.
  22.  
  23. Files in this ZIP package:
  24. --------------------------
  25.     DROPFILE.DCU and DROPFILE.DCR 
  26.     Installation files for the TDropFile component.
  27.  
  28.     DROPFILE.WRI
  29.     Documentation of the component
  30.  
  31.     DDVIEWER.DPR, DRAGDROP.PAS and DRAGDROP.DFM
  32.     Sample application - a drag drop file viewer.
  33.  
  34.     README.TXT
  35.     You're reading me!
  36.  
  37. Notes on the sample application
  38. -------------------------------
  39. The DDVIEWER app enables multiple files to be dropped on the form.
  40. The file name(s) will be placed in a combo list box, and the first
  41. file in the list is loaded into the memo box. Other files can be
  42. shown by selecting them in the combo box. There is no error checking
  43. on the files selected - if you select a file > 32K, or non-text, the
  44. operation will fail. The purpose is to show the drag-drop operation only.
  45.  
  46. Contacting me
  47. -------------
  48. Compuserve: 100420,2764
  49. Internet  : johntait@iol.ie
  50.  
  51. Let me know if you find any problems, have any ideas for improvement, etc.
  52.  
  53. John A. Tait-Doak, Dublin, Ireland.